GET api/ContractsStartParams?ticketIdList[0]={ticketIdList[0]}&ticketIdList[1]={ticketIdList[1]}&clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketIdList | Collection of string |
Required |
|
| clientId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ResponseDataOfDictionaryOfStringAndListOfDateTime| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| Data | Dictionary of string [key] and Collection of date [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"Data": {
"sample string 1": [
"2026-05-13T22:21:14.7531647+02:00",
"2026-05-13T22:21:14.7531647+02:00"
],
"sample string 2": [
"2026-05-13T22:21:14.7531647+02:00",
"2026-05-13T22:21:14.7531647+02:00"
]
}
}
application/xml, text/xml
Sample:
<ResponseDataOfArrayOfKeyValueOfstringArrayOfdateTimety7Ep6D1uHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sts.Vas.Stp.Api.Models">
<Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringArrayOfdateTimety7Ep6D1>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>
<d2p1:dateTime>2026-05-13T22:21:14.7531647+02:00</d2p1:dateTime>
<d2p1:dateTime>2026-05-13T22:21:14.7531647+02:00</d2p1:dateTime>
</d2p1:Value>
</d2p1:KeyValueOfstringArrayOfdateTimety7Ep6D1>
<d2p1:KeyValueOfstringArrayOfdateTimety7Ep6D1>
<d2p1:Key>sample string 2</d2p1:Key>
<d2p1:Value>
<d2p1:dateTime>2026-05-13T22:21:14.7531647+02:00</d2p1:dateTime>
<d2p1:dateTime>2026-05-13T22:21:14.7531647+02:00</d2p1:dateTime>
</d2p1:Value>
</d2p1:KeyValueOfstringArrayOfdateTimety7Ep6D1>
</Data>
<Token>sample string 1</Token>
</ResponseDataOfArrayOfKeyValueOfstringArrayOfdateTimety7Ep6D1uHEDJ7Dj>